type math/big.decimal

16 uses

	math/big (current package)
		decimal.go#L27: type decimal struct {
		decimal.go#L33: func (d *decimal) at(i int) byte {
		decimal.go#L55: func (x *decimal) init(m nat, shift int) {
		decimal.go#L104: func shr(x *decimal, s uint) {
		decimal.go#L160: func (x *decimal) String() string {
		decimal.go#L202: func shouldRoundUp(x *decimal, n int) bool {
		decimal.go#L214: func (x *decimal) round(n int) {
		decimal.go#L226: func (x *decimal) roundUp(n int) {
		decimal.go#L251: func (x *decimal) roundDown(n int) {
		decimal.go#L261: func trim(x *decimal) {
		ftoa.go#L93: 	var d decimal // == 0.0
		ftoa.go#L169: func roundShortest(d *decimal, x *Float) {
		ftoa.go#L199: 	var lower decimal
		ftoa.go#L204: 	var upper decimal
		ftoa.go#L244: func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
		ftoa.go#L288: func fmtF(buf []byte, prec int, d decimal) []byte {